Problem with mod_proxy special character(s)

Problem with mod_proxy special character(s)

am 10.11.2002 20:29:19 von smishra

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C288EF.77285B50
Content-Type: text/plain;
charset=iso-8859-1
Content-Transfer-Encoding: 7bit

I need to proxy from /?xml to http://localhost:5282/?xml. So, I set the
proxy settings as follows:

ProxyPass /?xml http://localhost:5282/?xml
ProxyPassReverse /xml http://localhost:5282/?xml

However, apparently mod_proxy converts the character '?' to '%3f' and so the
proxy does not match when I try to access "/?xml". It matches only if I try
to use "/%3fxml" but then when it proxies, it tries to get to
"http://localhost:5282/%3fxml" and so does not find the destination.

Is there a way to turn off the conversion of '?' to '%3f' ?

Thanks for your help.

-Sanjeev

------_=_NextPart_001_01C288EF.77285B50
Content-Type: text/html;
charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable




charset=3Diso-8859-1">
5.5.2653.12">
Problem with mod_proxy special character(s)



I need to proxy from /?xml to HREF=3D"http://localhost:5282/?xml" =
TARGET=3D"_blank">http://localhost:5282/?xml
. So, I set the proxy =
settings as follows:



        ProxyPass =
/?xml TARGET=3D"_blank">http://localhost:5282/?xml


        =
ProxyPassReverse /xml TARGET=3D"_blank">http://localhost:5282/?xml



However, apparently mod_proxy converts the character =
'?' to '%3f' and so the proxy does not match when I try to access =
"/?xml". It matches only if I try to use "/%3fxml" =
but then when it proxies, it tries to get to " HREF=3D"http://localhost:5282/%3fxml" =
TARGET=3D"_blank">http://localhost:5282/%3fxml
" and so does =
not find the destination.



Is there a way to turn off the conversion of '?' to =
'%3f' ?



Thanks for your help.



-Sanjeev





------_=_NextPart_001_01C288EF.77285B50--